home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 July
/
EnigmA AMIGA RUN 09 (1996)(G.R. Edizioni)(IT)[!][issue 1996-07 & 08][EARSAN CD VIII].iso
/
earcd
/
gui
/
gucrtr20.rdm
< prev
next >
Wrap
Text File
|
1996-06-17
|
1KB
|
61 lines
Short: Interface Builder for OS3.0+
Author: Markus.Hillenbrand@t-online.de
Type: dev/gui
GUICreator is program like GadToolsBox. You can create a graphical user
interface for your programs. No additional external library is neccesary!
The created source can be compiled with the following compilers:
o Maxon C/C++
o DICE C
o GNU C
o Storm C
These GUI creators are in work:
o Modula-2
o Oberon
o E
The generated code is fontsensitive, the windows are resizable. It only
relies on the gadgtools.library v39.
FEATURES:
=========
v2.0: 12-Jun-96
---------------
- completely rewritten in C++
- textfield-gadget
- Storm C support
- small enhancements
- examples added
- more eleborate docs
v1.3: 21-Aug-95
---------------
- menu support
- small enhancements
v1.2: 04-Jul-95
---------------
- gadget layout with mouse
- DICE support
- GNU support
- cycle and mx gadgets are defined with listviews now
- SAS/C support
v1.1: 28-Jun-95
---------------
- cancel-option at gadget-creation
- smaller code
- window-positions are saved
- fold marks are now possible
- you can specify another path (shell version only)
v1.0: 20-Jun-95
---------------
- initial release